Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adds default issue types to issue templates #340

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

kahest
Copy link
Member

@kahest kahest commented Mar 5, 2025

#skip-changelog

@kahest kahest requested review from romtsn and buenaflor as code owners March 5, 2025 14:17
Copy link
Member Author

@kahest kahest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usages of actions/cache v1/2 break because of deprecation. v3 could still work but we should bump to v4 if possible

@@ -27,7 +27,7 @@ jobs:
java-version: "11"

- name: Cache Gradle packages
uses: actions/cache@v2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD

@@ -27,7 +27,7 @@ jobs:
distribution: temurin

- name: Cached Konan
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD

@@ -24,7 +24,7 @@ jobs:
distribution: temurin

- name: Cached Konan
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD

@@ -52,7 +52,7 @@ jobs:
distribution: temurin

- name: Cached Konan
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.75%. Comparing base (f22d5c9) to head (2f3e3e6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #340   +/-   ##
=======================================
  Coverage   79.75%   79.75%           
=======================================
  Files          43       43           
  Lines         800      800           
  Branches      106      106           
=======================================
  Hits          638      638           
  Misses        107      107           
  Partials       55       55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@romtsn romtsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@romtsn romtsn merged commit b7b5ecc into main Apr 3, 2025
11 checks passed
@romtsn romtsn deleted the kahest/issue-templates-default-types branch April 3, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants